projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
140e587
)
* lisp/erc/erc-compat.el (format-spec): Remove redundant require.
author
Stefan Kangas
<stefan@marxist.se>
Sun, 17 Oct 2021 23:49:39 +0000
(
01:49
+0200)
committer
Stefan Kangas
<stefan@marxist.se>
Sun, 17 Oct 2021 23:50:33 +0000
(
01:50
+0200)
lisp/erc/erc-compat.el
patch
|
blob
|
history
diff --git
a/lisp/erc/erc-compat.el
b/lisp/erc/erc-compat.el
index 6b1da2f9054051a89dafc46809fbe214ca321c86..9bbc1f6a0d1794df9c74b54a89dc5ce78ba20d46 100644
(file)
--- a/
lisp/erc/erc-compat.el
+++ b/
lisp/erc/erc-compat.el
@@
-27,8
+27,6
@@
;;; Code:
-(require 'format-spec)
-
;;;###autoload(autoload 'erc-define-minor-mode "erc-compat")
(define-obsolete-function-alias 'erc-define-minor-mode
#'define-minor-mode "28.1")